home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / faxctrl.arc / FAXHOST.ASP < prev    next >
Text File  |  1990-12-28  |  443b  |  19 lines

  1. ;FAXHOST.ASP
  2. ;PROCOMM PLUS SCRIPT FILE
  3. INIT N0 0
  4. TRANSMIT "ATS0=1^M"
  5. Loop:
  6. IF NOT CONNECTED
  7.    INC N0
  8.    IF EQ N0 1250
  9. ;the value 1250 provides for about 30 seconds delay before aborting back to
  10. ;    FAXCTRL. you can adjust this delay to anything you wish by using a value
  11. ;    of 42 times the number of seconds of delay you want
  12.       QUIT
  13.    ENDIF
  14.    GOTO LOOP
  15. ENDIF
  16. HOST
  17. QUIT
  18. ;quit to the system which will rerun FAXCTRL
  19.